﻿2026-06-09T09:55:05.2842634Z ##[group]Run actions/checkout@v5
2026-06-09T09:55:05.2842858Z with:
2026-06-09T09:55:05.2843017Z   repository: SaberMage/spt-shell-notify
2026-06-09T09:55:05.2843224Z   path: .adapter-notify
2026-06-09T09:55:05.2845222Z   token: ***
2026-06-09T09:55:05.2845353Z   ssh-strict: true
2026-06-09T09:55:05.2845489Z   ssh-user: git
2026-06-09T09:55:05.2845616Z   persist-credentials: true
2026-06-09T09:55:05.2845761Z   clean: true
2026-06-09T09:55:05.2845889Z   sparse-checkout-cone-mode: true
2026-06-09T09:55:05.2846045Z   fetch-depth: 1
2026-06-09T09:55:05.2846164Z   fetch-tags: false
2026-06-09T09:55:05.2846286Z   show-progress: true
2026-06-09T09:55:05.2846412Z   lfs: false
2026-06-09T09:55:05.2846521Z   submodules: false
2026-06-09T09:55:05.2846646Z   set-safe-directory: true
2026-06-09T09:55:05.2846784Z ##[endgroup]
2026-06-09T09:55:05.3524905Z Syncing repository: SaberMage/spt-shell-notify
2026-06-09T09:55:05.3529756Z ##[group]Getting Git version info
2026-06-09T09:55:05.3530047Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core\.adapter-notify'
2026-06-09T09:55:05.3839463Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-09T09:55:05.4032712Z git version 2.43.0.windows.1
2026-06-09T09:55:05.4057356Z ##[endgroup]
2026-06-09T09:55:05.4064321Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\f4ed30c8-494b-4b5c-aed8-1379bb172d04\.gitconfig'
2026-06-09T09:55:05.4076813Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\f4ed30c8-494b-4b5c-aed8-1379bb172d04' before making global git config changes
2026-06-09T09:55:05.4077294Z Adding repository directory to the temporary git global config as a safe directory
2026-06-09T09:55:05.4082612Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core\.adapter-notify
2026-06-09T09:55:05.4298609Z ##[group]Initializing the repository
2026-06-09T09:55:05.4303245Z [command]"c:\program files\git\cmd\git.exe" init C:\actions-runner\_work\spt-core\spt-core\.adapter-notify
2026-06-09T09:55:05.4599928Z Initialized empty Git repository in C:/actions-runner/_work/spt-core/spt-core/.adapter-notify/.git/
2026-06-09T09:55:05.4624910Z [command]"c:\program files\git\cmd\git.exe" remote add origin https://github.com/SaberMage/spt-shell-notify
2026-06-09T09:55:05.4863920Z ##[endgroup]
2026-06-09T09:55:05.4864168Z ##[group]Disabling automatic garbage collection
2026-06-09T09:55:05.4868431Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-09T09:55:05.5117744Z ##[endgroup]
2026-06-09T09:55:05.5117973Z ##[group]Setting up auth
2026-06-09T09:55:05.5118303Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-09T09:55:05.5293031Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-09T09:55:05.8852238Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-09T09:55:05.9064901Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-09T09:55:06.2574486Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-09T09:55:06.2784202Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-09T09:55:06.6328831Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-09T09:55:06.6611540Z ##[endgroup]
2026-06-09T09:55:06.6611923Z ##[group]Determining the default branch
2026-06-09T09:55:06.6613663Z Retrieving the default branch name
2026-06-09T09:55:07.0154900Z Default branch 'main'
2026-06-09T09:55:07.0155313Z ##[endgroup]
2026-06-09T09:55:07.0155548Z ##[group]Fetching the repository
2026-06-09T09:55:07.0161733Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +refs/heads/main:refs/remotes/origin/main
2026-06-09T09:55:07.7930665Z From https://github.com/SaberMage/spt-shell-notify
2026-06-09T09:55:07.7930947Z  * [new branch]      main       -> origin/main
2026-06-09T09:55:07.8039933Z ##[endgroup]
2026-06-09T09:55:07.8040172Z ##[group]Determining the checkout info
2026-06-09T09:55:07.8041255Z ##[endgroup]
2026-06-09T09:55:07.8046267Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-09T09:55:07.8279022Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-09T09:55:07.8493219Z ##[group]Checking out the ref
2026-06-09T09:55:07.8501257Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force -B main refs/remotes/origin/main
2026-06-09T09:55:07.8791136Z branch 'main' set up to track 'origin/main'.
2026-06-09T09:55:07.8791344Z Reset branch 'main'
2026-06-09T09:55:07.8811782Z ##[endgroup]
2026-06-09T09:55:07.9036329Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-09T09:55:07.9226603Z ee2d37eadc730c0019e0af82d683074c509634a2
